-
Notifications
You must be signed in to change notification settings - Fork 778
P1306R5 Expansion Statements #7986
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
798da24
to
9ec95fe
Compare
Editorial notes: * [stmt.pre] The sentence moved up from [stmt.iter.gen] is moved _after_ the existing sentence instead of before. * [stmt.expand] Missing full stop included in Note 1.
9ec95fe
to
e873d2f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couldn't find anything improperly translated, other than minute font and whitespace differences.
* Change definite to indefinite article. * Drop unused name for a declaration.
a \keyword{switch} statement\iref{stmt.switch}. | ||
an \grammarterm{iteration-statement}\iref{stmt.iter}, | ||
an \grammarterm{expansion-statement}\iref{stmt.expand}, | ||
or \keyword{switch} statement\iref{stmt.switch}. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or \keyword{switch} statement\iref{stmt.switch}. | |
or a \keyword{switch} statement\iref{stmt.switch}. |
and I would put the "or" at the end of the preceding item
|
||
a \keyword{continue} not contained in an enclosed iteration statement is | ||
equivalent to \tcode{goto} \exposid{contin}. | ||
\grammarterm{iteration-statement} or an \grammarterm{expansion-statement}. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
semantic linebreaks: move "an" from previous line
Fixes #7934.
Fixes cplusplus/papers#156.